home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / devel / lisp / akcl_1_6.z / akcl_1_6 / xbin / relink-files < prev    next >
Encoding:
Text File  |  1989-07-02  |  244 b   |  14 lines

  1. #!/bin/sh
  2.  
  3. # Normally akcl is distributed with only V/ files.
  4. # if it has not yet been done so establish the links from this to
  5. # the main kcl directory
  6. if [ ! -f c/print.d ] ;
  7.  then xbin/relink-script $1 `pwd` $2
  8.   make clean
  9.  else true
  10. fi
  11.  
  12.  
  13.  
  14.